home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / touch_the_bubbles.swf / scripts / frame_5 / DoAction.as
Text File  |  2008-03-12  |  247b  |  13 lines

  1. if(sfx == undefined)
  2. {
  3.    sfx = 1;
  4. }
  5. ckope = 0;
  6. locdatahi = SharedObject.getLocal("robotsattackhiscore");
  7. hiscore = locdatahi.data.hsc;
  8. if(locdatahi.data.hsc != undefined)
  9. {
  10.    hiscoretxt = "Hi-score: " + locdatahi.data.hsc;
  11. }
  12. stop();
  13.